home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3316 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: lc3d.sc523.wesleyan.edu!user
  2. From: jeisenstein@wesleyan.edu (Jacob Eisenstein)
  3. Newsgroups: comp.sys.mac.programmer,comp.sys.mac.programmer.help,comp.sys.mac.programmer.codewarrior,comp.lang.c,comp.lang.pascal.mac
  4. Subject: Re: Pascal or C++?
  5. Date: Sat, 27 Jan 1996 14:38:04 -0500
  6. Organization: Wesleyan University
  7. Message-ID: <jeisenstein-2701961438040001@lc3d.sc523.wesleyan.edu>
  8. References: <d7e_9512231058@linknet.ccinet.ab.ca> <dallas-3012950728570001@ppp31.atlantica.net> <jj10s-3112951318590001@port07.cornet.com> <4cp48f$62j@s3.iway.fr> <4cpotv$op9@josie.abo.fi> <waldo-0801962038240001@dppp21.buffnet.net>
  9. NNTP-Posting-Host: lc3d.sc523.wesleyan.edu
  10.  
  11. In article <waldo-0801962038240001@dppp21.buffnet.net>, waldo@buffnet.net
  12. (Kevin Eye) wrote:
  13.  
  14. > >: What's a good language to learn programming ?
  15. > I'd have to say Think Pascal is good to learn and about the quickest to
  16. > throw together programs in (of the high level languages/compilers). Don't
  17.  
  18. Actually, I've just begun to learn both Pascal and C++ in the last month,
  19. and I think they're of about equal difficulty.  That said, I'd favor C++
  20. simply from the standpoint of how often you will want to use it in the
  21. future.  
  22.  
  23. > Don't use HyperCard ( It's great and a real advantage of a mac, but it won't 
  24. > get you anywhere.) or BASIC. 
  25.  
  26. My preference is a lisp variant, Scheme.  For Mac, get MacGambit.  Scheme
  27. teaches good programming habits, and a lot of important basic concepts. 
  28. Scheme will help you write good solid programs in other languages. 
  29. Biggest disadvantage: it isn't used for anything besides teaching computer
  30. science.  So if you want to be using a marketable language immediately,
  31. C++ is your best bet.
  32.  
  33. -jacob
  34.